NodeType
the Type of node data
NodeKey
the Type of a value uniquely identifying a node data
Northwoods.GoSilverlight 1.3.5 Assembly
TreeModel<NodeType,NodeKey> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : TreeModel<NodeType,NodeKey> Class

The generic implementation of a diagram model consisting of only nodes, with implicit links between a single parent and zero or more children.

Syntax

Visual Basic (Declaration) 
Public Class TreeModel
     (Of NodeType,NodeKey) 
   Inherits DiagramModel
   Implements IDiagramModelITreeModel 
C# 
public class TreeModel<NodeType,NodeKey> : DiagramModel, IDiagramModelITreeModel  

Type Parameters

NodeType
the Type of node data
NodeKey
the Type of a value uniquely identifying a node data

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.DiagramModel
      Northwoods.GoXam.Model.TreeModel<NodeType,NodeKey>
         Northwoods.GoXam.Model.UniversalTreeModel

Requirements

See Also

© 2012 All Rights Reserved.